GtkCellView: Use G_PARAM_EXPLICIT_NOTIFY
authorMatthias Clasen <mclasen@redhat.com>
Sun, 8 Jun 2014 15:29:58 +0000 (11:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:30:58 +0000 (13:30 -0400)
gtk/gtkcellview.c

index ba19dca00faab23ad1434c0ff3269d962438f094..c1ab25ea0e1a8daccdee6252d26d709a31d473fe 100644 (file)
@@ -298,7 +298,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
                                                          P_("Whether to force cells to be drawn in a "
                                                             "sensitive state"),
                                                          FALSE,
-                                                         GTK_PARAM_READWRITE));
+                                                         GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
 
   /**
    * GtkCellView:fit-model:
@@ -317,7 +317,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
                                                          P_("Whether to request enough space for "
                                                             "every row in the model"),
                                                          FALSE,
-                                                         GTK_PARAM_READWRITE));
+                                                         GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
 
   
 #define ADD_SET_PROP(propname, propval, nick, blurb) g_object_class_install_property (gobject_class, propval, g_param_spec_boolean (propname, nick, blurb, FALSE, GTK_PARAM_READWRITE))